GetSharedScripts(String[],ObjectFetchOptions,Int32,Boolean) Method
In This Topic
Gets Shared Scripts from the server.
Syntax
Parameters
- languages
- The language(s) to select for. Set to a null reference (Nothing in Visual Basic) to get all Shared Scripts or specify any of the ArcanaDevelopment.adTempus.Shared.ScriptLanguages values.
- fetchOptions
- Options that control the fetch operation
- pageSize
- The maximum number of records to retrieve in one call. See Remarks.
- restartPaging
- Indicates whether to fetch the first page or continue paging. See Remarks.
See Also